html, body, table, td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
h1 {
  color: #9799a7;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
form {
	margin:0px;
}

input, select, textarea {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	border-top:1px solid #dddddd;
	border-left:1px solid #999999;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #999999;
}
input[type=file] {
	width: 300;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
	margin: 0;
	padding: 0;
	background: #fff;
}
select:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
select:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
input[type=email][disabled=disabled],
input[type=number][disabled=disabled],
input[type=password][disabled=disabled],
input[type=tel][disabled=disabled],
input[type=text][disabled=disabled],
input[type=url][disabled=disabled] {
	border: 1px solid #e5e5e5;
	background: #f1f1f1;
}
input[type=email][disabled=disabled]:hover,
input[type=number][disabled=disabled]:hover,
input[type=password][disabled=disabled]:hover,
input[type=tel][disabled=disabled]:hover,
input[type=text][disabled=disabled]:hover,
input[type=url][disabled=disabled]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type=email][readonly=readonly],
input[type=number][readonly=readonly],
input[type=password][readonly=readonly],
input[type=text][readonly=readonly],
input[type=url][readonly=readonly] {
	border: 1px solid #d9d9d9;
}
input[type=email][readonly=readonly]:hover,
input[type=number][readonly=readonly]:hover,
input[type=password][readonly=readonly]:hover,
input[type=text][readonly=readonly]:hover,
input[type=url][readonly=readonly]:hover,
input[type=email][readonly=readonly]:focus,
input[type=number][readonly=readonly]:focus,
input[type=password][readonly=readonly]:focus,
input[type=text][readonly=readonly]:focus,
input[type=url][readonly=readonly]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input.formstyle{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #000000;
	font-family: Verdana;
	font-size: 12px;		
}
input.formstyle_dotted{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #000000;
	font-family: Verdana;
	font-size: 12px;		
}
input.noborder{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	font-family: Verdana;
	font-size: 12px;		
}
input.login{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	font-family: Verdana;
	font-size: 12px;
	background:transparent;
}
input.checkbox {
	background: transparent;
	border:none;
}
input.radio{
	background: transparent;
	border:none;
}
input.roTextField {
	background-color:#f6f6f6;
}
A {
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: underline;
	color: #006699;
}

.b1 { padding-top: 4; padding-left: 4; padding-bottom: 4; padding-right: 4; font-family: Arial; font-size:10px; }
.b1 thead tr { 
	
}
.b1 thead tr td { 
	font-size: 11px;
	font-weight: bold;
	color: #ccca36;
	padding: 8px 10px;
	background: #007836;
	background: -moz-linear-gradient(top, #007836 89%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #007836 89%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #007836 89%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #007836 89%,#dcdcdc 100%);
	background: linear-gradient(top, #007836 89%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007836', endColorstr='#dcdcdc',GradientType=0 );
	border-top: 1px solid #ccc;
}
.b1 thead a { 
	text-decoration: none;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.b1 > thead > tr > th,
.b1 > tbody > tr > th,
.b1 > tfoot > tr > th,
.b1 > thead > tr > td,
.b1 > tbody > tr > td,
.b1 > tfoot > tr > td {
  white-space: normal;
}
.b1 > thead > tr > th,
.b1 > thead > tr > td {
  vertical-align: middle;
}
.b1 .b1 {
  background-color: #fff;
}
.b1 > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.b1 > tbody > tr:hover {
  background-color: #e5ebe1;
}
.b1 > tbody > tr.red_row:nth-child(odd) { background: #FF9933; }
.b1 > tbody > tr.red_row:nth-child(even) {  background: #FF9933; }

.b1 > tbody > tr.red_row:nth-child(odd):hover { background: #f7b068; }
.b1 > tbody > tr.red_row:nth-child(even):hover {  background: #f7b068; }

.b1 > thead > tr > td.primary,
.b1 > tbody > tr > td.primary,
.b1 > tfoot > tr > td.primary,
.b1 > thead > tr > th.primary,
.b1 > tbody > tr > th.primary,
.b1 > tfoot > tr > th.primary,
.b1 > thead > tr.primary > td,
.b1 > tbody > tr.primary > td,
.b1 > tfoot > tr.primary > td,
.b1 > thead > tr.primary > th,
.b1 > tbody > tr.primary > th,
.b1 > tfoot > tr.primary > th {
  color: #fff;
  background-color: #337ab7;
}
.b1 > tbody > tr > td.primary:hover,
.b1 > tbody > tr > th.primary:hover,
.b1 > tbody > tr.primary:hover > td,
.b1 > tbody > tr:hover > .primary,
.b1 > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #286090;
}
.b1 > thead > tr > td.active,
.b1 > tbody > tr > td.active,
.b1 > tfoot > tr > td.active,
.b1 > thead > tr > th.active,
.b1 > tbody > tr > th.active,
.b1 > tfoot > tr > th.active,
.b1 > thead > tr.active > td,
.b1 > tbody > tr.active > td,
.b1 > tfoot > tr.active > td,
.b1 > thead > tr.active > th,
.b1 > tbody > tr.active > th,
.b1 > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.b1 > tbody > tr > td.active:hover,
.b1 > tbody > tr > th.active:hover,
.b1 > tbody > tr.active:hover > td,
.b1 > tbody > tr:hover > .active,
.b1 > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.b1 > thead > tr > td.success,
.b1 > tbody > tr > td.success,
.b1 > tfoot > tr > td.success,
.b1 > thead > tr > th.success,
.b1 > tbody > tr > th.success,
.b1 > tfoot > tr > th.success,
.b1 > thead > tr.success > td,
.b1 > tbody > tr.success > td,
.b1 > tfoot > tr.success > td,
.b1 > thead > tr.success > th,
.b1 > tbody > tr.success > th,
.b1 > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.b1 > tbody > tr > td.success:hover,
.b1 > tbody > tr > th.success:hover,
.b1 > tbody > tr.success:hover > td,
.b1 > tbody > tr:hover > .success,
.b1 > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.b1 > thead > tr > td.info,
.b1 > tbody > tr > td.info,
.b1 > tfoot > tr > td.info,
.b1 > thead > tr > th.info,
.b1 > tbody > tr > th.info,
.b1 > tfoot > tr > th.info,
.b1 > thead > tr.info > td,
.b1 > tbody > tr.info > td,
.b1 > tfoot > tr.info > td,
.b1 > thead > tr.info > th,
.b1 > tbody > tr.info > th,
.b1 > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.b1 > tbody > tr > td.info:hover,
.b1 > tbody > tr > th.info:hover,
.b1 > tbody > tr.info:hover > td,
.b1 > tbody > tr:hover > .info,
.b1 > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.b1 > thead > tr > td.warning,
.b1 > tbody > tr > td.warning,
.b1 > tfoot > tr > td.warning,
.b1 > thead > tr > th.warning,
.b1 > tbody > tr > th.warning,
.b1 > tfoot > tr > th.warning,
.b1 > thead > tr.warning > td,
.b1 > tbody > tr.warning > td,
.b1 > tfoot > tr.warning > td,
.b1 > thead > tr.warning > th,
.b1 > tbody > tr.warning > th,
.b1 > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.b1 > tbody > tr > td.warning:hover,
.b1 > tbody > tr > th.warning:hover,
.b1 > tbody > tr.warning:hover > td,
.b1 > tbody > tr:hover > .warning,
.b1 > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.b1 > thead > tr > td.danger,
.b1 > tbody > tr > td.danger,
.b1 > tfoot > tr > td.danger,
.b1 > thead > tr > th.danger,
.b1 > tbody > tr > th.danger,
.b1 > tfoot > tr > th.danger,
.b1 > thead > tr.danger > td,
.b1 > tbody > tr.danger > td,
.b1 > tfoot > tr.danger > td,
.b1 > thead > tr.danger > th,
.b1 > tbody > tr.danger > th,
.b1 > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.b1 > tbody > tr > td.danger:hover,
.b1 > tbody > tr > th.danger:hover,
.b1 > tbody > tr.danger:hover > td,
.b1 > tbody > tr:hover > .danger,
.b1 > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.b1-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .b1-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .b1-responsive > .b1 {
    margin-bottom: 0;
  }
  .b1-responsive > .b1 > thead > tr > th,
  .b1-responsive > .b1 > tbody > tr > th,
  .b1-responsive > .b1 > tfoot > tr > th,
  .b1-responsive > .b1 > thead > tr > td,
  .b1-responsive > .b1 > tbody > tr > td,
  .b1-responsive > .b1 > tfoot > tr > td {
    white-space: nowrap;
  }
}
.b1.no-border,
.b1.no-border td,
.b1.no-border th {
  border: 0;
}

.b2 { padding: 0px; border:1px solid #007836; }
.b2 thead tr td { 
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #007836;
	background: -moz-linear-gradient(top, #007836 79%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #007836 79%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #007836 79%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #007836 79%,#dcdcdc 100%);
	background: linear-gradient(top, #007836 79%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007836', endColorstr='#dcdcdc',GradientType=0 );
	border-top: 1px solid #ccc;
	height:24px;
}
.b2 tbody td { border-collapse:collapse; background:#ffffff; font-family: Verdana; white-space: normal; }
.b2 tbody .odd_row { background-color:#ffffff; }
.b2 tbody .even_row { background-color:#ffffff; }
.b2 tbody .red_row { background-color:#FF9933; }
.b2 tbody .foot { border:none; }
.b2 tfoot td { height:1px; border-bottom:none; }

.b3 { padding-top: 4; padding-left: 4; padding-bottom: 4; padding-right: 4; font-family: Arial; font-size:10px; }
.b3 thead tr { font-size:10px; font-weight:bold; color:#ffffff; background-color: #007836 ; }
.b3 tbody td { color: #000000; white-space: normal; }
.b3 tbody .odd_row { background-color:#ffffff; }
.b3 tbody .even_row { background-color:#E6FFE6; }
.b3 tbody .red_row { background-color:#FF9933; }
.b3 tbody .foot { border:none; }
.b3 tfoot td { height:1px; border-bottom:none; }
.b3 tbody .odd_row:hover, .b3 tbody .even_row:hover { background:#ddddee;	}

.b3 tbody tr:nth-child(odd) { background:#ffffff; }
.b3 tbody tr:nth-child(even) { background:#E6FFE6; }

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left !important;
	margin: 0px;
	padding: 0px;
}
.col:first-child { margin-left: 0px; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { padding: 4px; width: calc(100% - 215px); }
.span_1_of_3 { padding: 4px; width: 210px; }
.span_1_of_2 { width: 55%; }
.span_40 {  }
.span_60 { width: calc(100% - 465px); }

.button {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	padding: .1em .5em;
	cursor:pointer;
	color:#000000;
}

.sectionHeader {
	color:#9A1236;
	padding:0px;
	margin-right:6px;
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
}
.sectionHeaderForm {
	color:#9A1236;
	margin-right:6px;
	margin-bottom:6px;
	font-size:12px;
	font-weight:bold;
}
.sectionHeaderForm td {
	color:#9A1236;
	font-size:12px;
	font-weight:bold;
}
.sectionHeaderForm-progress {
	padding:0px;
	margin-left:6px;
}
#tblHeader {	
	background:#ffffff url(header-GreenCurves.jpg) right no-repeat;
	padding:0px 0px 0px 0px;
	height: 85;
}
.header {	
	padding:0px 0px 0px 0px;
}
#tblTopMenu {
	background-color:#007836;
	height:28px;
	border-top:3px solid #fff600;
}
#divTopMenu {
	background-color:#007836;
	width: 100%;
	opacity: 0.9;
	position: fixed;
	top: 0;
	border-top:3px solid #fff600;
}
.footer{
	font-family:tahoma;
	font-size:11px;
	background:url(footerbg2.gif) repeat-x;
	color:#000000;
	padding:0px 0px 0px 0px;
}
.menubar{
	border-bottom:1px solid #989795;
}
.imgaction {
	margin-left:10px;
	cursor:pointer;
}
.imgeditaction, .imgdelaction, .imgpwdaction, .imgswtaction {
	margin-left:5px;
	cursor:pointer;
}
.loader {
    height: 30px;
    padding-top: 0px;
    padding-left: 10px;
	position: pixed;
	float: right;
}

.loadingImage {
    font-weight: bold;
    padding-left: 53px;
    background: url(../../img/loader.gif) no-repeat top left;
}

.msg_form {
	
}

.msg_form ol li {
	list-style-type: disc;
	margin-left: 20px;
}
#siteHeader{
	position:relative;
	top:4px;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
#siteName{
	top:6px;
	margin: 0px;
 	padding:4px;
	color: #003;
	font-weight: bold;
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	z-index:3;
}
#namakantor{
 	padding-left:4px;
	font-size:14px;
	font-weight: bold;
	font-family:Geneva, Helvetica, sans-serif;
	letter-spacing:0.5px;
}
span.infokantor{
	display:block;
}
#logo{	
	float:left;
	position:relative;
	z-index:3;
}
.imgShowHideBar{
	margin-left:0px;
	margin-right:4px;
	cursor:pointer;
}

#sectionSearch {
	display:inline-block;
	padding: 2px;
	margin-bottom: 5px;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */

@media screen {
	#tblslipheader { display: none; }
	#tblslipcontent { width: 50%; }
	#ttd { display: none; }
	.nodisplay { display: none; }
}

@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_40, .span_60, .span_1_of_2 , .span_3_of_3, .span_2_of_3, .span_1_of_3  { width: 100%; }
	#logo  { display: none; }
	#blok-search  { display: none; }
	#free-website  { display: none; }
	#rss  { display: none; }
	.noshow { display: none; }
}

@media print {
	#tblHeader { display: none; }
	#tblFooter { display: none; }
	.sectionHeader { display: none; }
	.sectionHeaderForm { display: none; }
	#sectionSearch { display: none; }
	.navi { display: none; }
	.imgaction { display: none; }
	
	#tblslipheader { width: 100%; }
	#tblslipcontent { width: 100%; font-size: 14pt; font-family: "Courier New", freemono; }
	#tblslipcontent td { font-size: 9pt; font-family: arial, "Courier New", freemono; }
	.button { display: none; }
	#btn_cetak { display: none; }
	.b2 { display: none; }
	.notprint { display: none; }
	.header { display: none; }
}

.txtnumber {
	text-align: right;
}

.over {
	background-color: #64ff64;
}

.corner-outer {
	padding: 0px;
	margin-bottom: 7px;
	border:4px solid #ccca36;
}

.corner-inner {
	padding: 0px;
	border:2px solid #007836;
}
.corner-inner thead tr{
	
}
.corner-inner thead td {
	border:none;
	height:20px;
	font:bold 12px Tahoma, Verdana, Arial, Helvetica;
	background:#007836;
	color: #ccca36;
}
.corner-inner tbody td {
	background-color:#E6FFE6;
	white-space: normal;
}
.corner-inner tbody .foot {
	border:none;
}
.corner-inner tfoot td{
	height:1px;
	border-bottom:none;
}

.sectionWarning {
	padding: 4px;
	background-color: #FFD9D9;
	border: 1px solid #FF0000;
	color: #9A1236;
	font-size: 11px;
}

.sectionWarning ol li {
	list-style-type: disc;
	margin-left: 20px;
}

form label.error {
	margin-left: 10px;
	color: red;
	font-style: italic
}
div.error { display: none; }
input.error { border: 1px dotted red; }

.upload-progress {
	margin: 0 10px 5px 0;
	position: relative;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: block
}
.upload-bar {
	background-color: #FF9900;
	width: 0;
	height: 20px;
	border-radius: 3px;
	color:#FFFFFF;
}
.upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}

.txtgfx, .corner-inner .txtgfx, #sectionSearch .txtgfx {
	text-align: center;
	font-weight:bold;
	font-family: Verdana, Sans-serif;
	background-color:#ffffff;
	color:#000000;
}

h7 {
	padding-top:10px;
	font-size:18px;
	font-family:calibri;
}
.tgl {
	color:#999999;
}

select, input.text { padding: 1px; padding-left: 2px; padding-right: 2px; }
.kiri { text-align: left; }
.tengah { text-align: center; }
.kanan { text-align: right; }
.rata {text-align:justify;}
.tebal { font-weight: bold; }
.miring { font-style: italic; }
.besar { font-size: 16px; }
.sedang { font-size: 12px; }
.kecil { font-size: 10px; }

.noTitleStuff .ui-dialog-titlebar {display:none}

#waitingScreen {
	border: 2px solid #cd0a0a;
    background: #fef1ec url(../../img/ajax-loader.gif) no-repeat 3px 5px;
    padding-left: 40px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* no icon support for input elements, provide padding by default */
input.button {
	padding: .1em .5em;
}
/* reset extra padding in Firefox, see h5bp.com/l */
input.button::-moz-focus-inner,
button.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* ### */
.button {
  display: inline-block;
  padding: .1em .5em;
  margin: .1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  background-color: #e0e0e0;
  border-color: #adadad;
  background-position: 0 -15px;
}
.button:active,
.button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.button-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.button-default:hover,
.button-default:focus,
.button-default.focus,
.button-default:active,
.button-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.button-default:active,
.button-default.active {
  background-image: none;
}
.button-default.disabled,
.button-default[disabled],
fieldset[disabled] .button-default,
.button-default.disabled:hover,
.button-default[disabled]:hover,
fieldset[disabled] .button-default:hover,
.button-default.disabled:focus,
.button-default[disabled]:focus,
fieldset[disabled] .button-default:focus,
.button-default.disabled.focus,
.button-default[disabled].focus,
fieldset[disabled] .button-default.focus,
.button-default.disabled:active,
.button-default[disabled]:active,
fieldset[disabled] .button-default:active,
.button-default.disabled.active,
.button-default[disabled].active,
fieldset[disabled] .button-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.button-default .badge {
  color: #fff;
  background-color: #333;
}
.button-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.button-primary:hover,
.button-primary:focus,
.button-primary.focus,
.button-primary:active,
.button-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.button-primary:active,
.button-primary.active {
  background-image: none;
}
.button-primary.disabled,
.button-primary[disabled],
fieldset[disabled] .button-primary,
.button-primary.disabled:hover,
.button-primary[disabled]:hover,
fieldset[disabled] .button-primary:hover,
.button-primary.disabled:focus,
.button-primary[disabled]:focus,
fieldset[disabled] .button-primary:focus,
.button-primary.disabled.focus,
.button-primary[disabled].focus,
fieldset[disabled] .button-primary.focus,
.button-primary.disabled:active,
.button-primary[disabled]:active,
fieldset[disabled] .button-primary:active,
.button-primary.disabled.active,
.button-primary[disabled].active,
fieldset[disabled] .button-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.button-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.button-success:hover,
.button-success:focus,
.button-success.focus,
.button-success:active,
.button-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.button-success:active,
.button-success.active {
  background-image: none;
}
.button-success.disabled,
.button-success[disabled],
fieldset[disabled] .button-success,
.button-success.disabled:hover,
.button-success[disabled]:hover,
fieldset[disabled] .button-success:hover,
.button-success.disabled:focus,
.button-success[disabled]:focus,
fieldset[disabled] .button-success:focus,
.button-success.disabled.focus,
.button-success[disabled].focus,
fieldset[disabled] .button-success.focus,
.button-success.disabled:active,
.button-success[disabled]:active,
fieldset[disabled] .button-success:active,
.button-success.disabled.active,
.button-success[disabled].active,
fieldset[disabled] .button-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.button-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.button-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.button-info:hover,
.button-info:focus,
.button-info.focus,
.button-info:active,
.button-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.button-info:active,
.button-info.active {
  background-image: none;
}
.button-info.disabled,
.button-info[disabled],
fieldset[disabled] .button-info,
.button-info.disabled:hover,
.button-info[disabled]:hover,
fieldset[disabled] .button-info:hover,
.button-info.disabled:focus,
.button-info[disabled]:focus,
fieldset[disabled] .button-info:focus,
.button-info.disabled.focus,
.button-info[disabled].focus,
fieldset[disabled] .button-info.focus,
.button-info.disabled:active,
.button-info[disabled]:active,
fieldset[disabled] .button-info:active,
.button-info.disabled.active,
.button-info[disabled].active,
fieldset[disabled] .button-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.button-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.button-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.button-warning:hover,
.button-warning:focus,
.button-warning.focus,
.button-warning:active,
.button-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.button-warning:active,
.button-warning.active {
  background-image: none;
}
.button-warning.disabled,
.button-warning[disabled],
fieldset[disabled] .button-warning,
.button-warning.disabled:hover,
.button-warning[disabled]:hover,
fieldset[disabled] .button-warning:hover,
.button-warning.disabled:focus,
.button-warning[disabled]:focus,
fieldset[disabled] .button-warning:focus,
.button-warning.disabled.focus,
.button-warning[disabled].focus,
fieldset[disabled] .button-warning.focus,
.button-warning.disabled:active,
.button-warning[disabled]:active,
fieldset[disabled] .button-warning:active,
.button-warning.disabled.active,
.button-warning[disabled].active,
fieldset[disabled] .button-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.button-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.button-danger:hover,
.button-danger:focus,
.button-danger.focus,
.button-danger:active,
.button-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.button-danger:active,
.button-danger.active {
  background-image: none;
}
.button-danger.disabled,
.button-danger[disabled],
fieldset[disabled] .button-danger,
.button-danger.disabled:hover,
.button-danger[disabled]:hover,
fieldset[disabled] .button-danger:hover,
.button-danger.disabled:focus,
.button-danger[disabled]:focus,
fieldset[disabled] .button-danger:focus,
.button-danger.disabled.focus,
.button-danger[disabled].focus,
fieldset[disabled] .button-danger.focus,
.button-danger.disabled:active,
.button-danger[disabled]:active,
fieldset[disabled] .button-danger:active,
.button-danger.disabled.active,
.button-danger[disabled].active,
fieldset[disabled] .button-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.button-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.button-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.button-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.button-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.button-default,
.button-primary,
.button-success,
.button-info,
.button-warning,
.button-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.button-default:active,
.button-primary:active,
.button-success:active,
.button-info:active,
.button-warning:active,
.button-danger:active,
.button-default.active,
.button-primary.active,
.button-success.active,
.button-info.active,
.button-warning.active,
.button-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.button-default .badge,
.button-primary .badge,
.button-success .badge,
.button-info .badge,
.button-warning .badge,
.button-danger .badge {
  text-shadow: none;
}
.button:active,
.button.active {
  background-image: none;
}
.button-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.button-default:hover,
.button-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.button-default:active,
.button-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.button-default.disabled,
.button-default:disabled,
.button-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.button-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.button-primary:hover,
.button-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.button-primary:active,
.button-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.button-primary.disabled,
.button-primary:disabled,
.button-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.button-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.button-success:hover,
.button-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.button-success:active,
.button-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.button-success.disabled,
.button-success:disabled,
.button-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.button-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.button-info:hover,
.button-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.button-info:active,
.button-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.button-info.disabled,
.button-info:disabled,
.button-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.button-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.button-warning:hover,
.button-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.button-warning:active,
.button-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.button-warning.disabled,
.button-warning:disabled,
.button-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.button-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.button-danger:hover,
.button-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.button-danger:active,
.button-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.button-danger.disabled,
.button-danger:disabled,
.button-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
/*token-input*/
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    border-top:1px solid #dddddd;
	border-left:1px solid #999999;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #999999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

ul.token-input-list-facebook {
    list-style-type: none;
}

ul.token-input-list-facebook li input {
    border: 0;
    padding: 2px 2px;
    background-color: white;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 1px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
}

div.token-input-dropdown-facebook {
	height: 25%;
    position: absolute;
    background-color: #fff;
    overflow: scroll;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
	margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
	margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: none;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
/*token-input*/
/* dataTables */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 2.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/* dataTables */
* {
    box-sizing: border-box;
} 